home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz_readmes.lzx / hookfunc.readme < prev    next >
Text File  |  1985-03-25  |  842b  |  22 lines

  1. Short:    Working example of hooks in Blitz2
  2. Author:   David McMinn (d.mcminn@eee.rgu.ac.uk)
  3. Uploader: David McMinn (d.mcminn@eee.rgu.ac.uk)
  4. Type:     dev/basic
  5.  
  6.  This example of hooks now contains the fully working code you need to
  7. implement a hook with a higher level function, in Blitz2. Originally,
  8. only program flow and variable operations (If a=b, etc.) were the only
  9. things that worked inside the higher level function. Now thanks to
  10. Paul West, you can do (almost) anything you want inside the higher level
  11. function.
  12.  
  13.  The code pertaining to the hooks is explained in the source, the code
  14. specific to the ASL screenmode requester is as well, but to a lesser
  15. extent - after all thats not the problem here.
  16.  
  17.  Any problems, mail me:
  18.  
  19. [) /\ \/ ][ [)   |\/| © |\/| ][ |\| |\|
  20.   d.mcminn@eee.rgu.ac.uk
  21.   http://members.xoom.com/David_McMinn
  22.